Beeper

interface Beeper : Peripheral

Beeper peripheral interface.

This peripheral allows playing of alert sound.

This peripheral can be obtained from a drone using:

drone.getPeripheral(Beeper.class)

See also

com.parrot.drone.groundsdk.device.Drone

Functions

Link copied to clipboard
Tells if the device is currently playing alert sound.
Link copied to clipboard
abstract fun startAlertSound(): Boolean
Commands the device to play alert sound.
Link copied to clipboard
abstract fun stopAlertSound(): Boolean
Commands the device to stop alert sound.